home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 April: Mac OS SDK / Dev.CD Apr 96 SDK / Dev.CD Apr 96 SDK1.toast / Development Kits (Disc 1) / OpenDoc Development Framework / ODFDev / CWPPCDebug / Precompile Headers / ODUtil.pch++ < prev    next >
Encoding:
Text File  |  1995-11-08  |  852 b   |  33 lines  |  [TEXT/MPS ]

  1. //========================================================================================
  2. //
  3. //    File:                ODUtil.pch++
  4. //    Release Version:    $ 1.0d11 $
  5. //
  6. //    Copyright:    1995 by Apple Computer, Inc., all rights reserved.
  7. //
  8. //========================================================================================
  9.  
  10. /* ODHeaders.cpp: Precompiled header for OpenDoc part development */
  11.  
  12. #include "ODConfig.h"
  13.  
  14. #pragma once on
  15.  
  16. #include <MacHeaders.c>
  17. #pragma precompile_target "ODUtilHeaders.MW"
  18.  
  19. // Headers for OpenDoc utilities. Several of these need to be
  20. // included before ODTypes.h to work their magic.
  21. #include <AltPoint.h>
  22. #include <AltPoly.h>
  23. #include <Except.h>
  24. #include <ODDebug.h>
  25. #include <ODNew.h>
  26. #include <UseRsrcM.h>
  27.  
  28. // Central headers for OpenDoc types and part handler API:
  29. #include <ODTypes.h>
  30. #include <Part.xh>
  31.  
  32. #include "FWPoint.h"
  33.